home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / TS32 / DEMO.ZIP / Unit1.dfm / Unit1.txt
Text File  |  1996-03-14  |  7KB  |  346 lines

  1. object frmMain: TfrmMain
  2.   Left = 284
  3.   Top = 129
  4.   Width = 433
  5.   Height = 300
  6.   Caption = 'TurboSprite Demo - Mutliple Sprite Engines'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object board: TDIBDrawingSurface
  15.     Left = 8
  16.     Top = 8
  17.     Width = 328
  18.     Height = 257
  19.     AutoBlank = True
  20.     AutoBlankColor = 0
  21.     DirtyRectangle = False
  22.     OffsetX = 0
  23.     OffsetY = 0
  24.     ColorPalette = palette
  25.     DIBCanvas.BrushColorIndex = 0
  26.     DIBCanvas.Height = 257
  27.     DIBCanvas.Orientation = orAuto
  28.     DIBCanvas.PenColorIndex = 0
  29.     DIBCanvas.TransparentColor = 0
  30.     DIBCanvas.Width = 328
  31.     PaletteEntryFlag = pcNoCollapse
  32.     WrapHorizontal = True
  33.     WrapVertical = True
  34.     OnCustomPaint = boardCustomPaint
  35.   end
  36.   object Button1: TButton
  37.     Left = 344
  38.     Top = 8
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&Square'
  42.     TabOrder = 0
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 344
  47.     Top = 40
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Missile'
  51.     TabOrder = 1
  52.     OnClick = Button2Click
  53.   end
  54.   object missiles: TSpriteEngine
  55.     DIBDrawingSurface = board
  56.     DirtyRectangles = False
  57.     ExpectedSprites = 200
  58.     OnCollision = missilesCollision
  59.     Left = 104
  60.     Top = 112
  61.   end
  62.   object squares: TSpriteEngine
  63.     DIBDrawingSurface = board
  64.     DirtyRectangles = False
  65.     ExpectedSprites = 200
  66.     Left = 216
  67.     Top = 112
  68.   end
  69.   object explosions: TSpriteEngine
  70.     DIBDrawingSurface = board
  71.     DirtyRectangles = False
  72.     ExpectedSprites = 30
  73.     Left = 160
  74.     Top = 112
  75.   end
  76.   object palette: TColorPalette
  77.     PaletteEntries.Strings = (
  78.       '0,0,0,0'
  79.       '128,0,0,0'
  80.       '0,128,0,0'
  81.       '128,128,0,0'
  82.       '0,0,128,0'
  83.       '128,0,128,0'
  84.       '0,128,128,0'
  85.       '192,192,192,0'
  86.       '192,220,192,0'
  87.       '166,202,240,0'
  88.       '255,255,254,4'
  89.       '247,247,247,4'
  90.       '239,239,239,4'
  91.       '189,189,189,4'
  92.       '173,173,173,4'
  93.       '132,132,132,4'
  94.       '123,123,123,4'
  95.       '214,206,206,4'
  96.       '206,198,198,4'
  97.       '173,165,165,4'
  98.       '181,165,165,4'
  99.       '99,90,90,4'
  100.       '165,148,148,4'
  101.       '49,41,41,4'
  102.       '41,33,33,4'
  103.       '107,82,82,4'
  104.       '99,49,49,4'
  105.       '74,33,33,4'
  106.       '99,41,41,4'
  107.       '123,49,49,4'
  108.       '123,41,41,4'
  109.       '99,33,33,4'
  110.       '123,33,33,4'
  111.       '140,33,33,4'
  112.       '123,24,24,4'
  113.       '255,0,0,4'
  114.       '189,0,0,4'
  115.       '132,0,0,4'
  116.       '82,0,0,4'
  117.       '8,0,0,4'
  118.       '173,49,41,4'
  119.       '156,41,33,4'
  120.       '140,16,8,4'
  121.       '165,74,66,4'
  122.       '148,57,49,4'
  123.       '148,49,41,4'
  124.       '115,24,16,4'
  125.       '214,82,66,4'
  126.       '181,57,41,4'
  127.       '189,57,41,4'
  128.       '198,57,41,4'
  129.       '206,57,41,4'
  130.       '173,49,33,4'
  131.       '189,49,33,4'
  132.       '189,74,57,4'
  133.       '239,90,66,4'
  134.       '189,66,49,4'
  135.       '239,82,57,4'
  136.       '156,33,16,4'
  137.       '148,99,90,4'
  138.       '115,74,66,4'
  139.       '206,115,99,4'
  140.       '181,90,74,4'
  141.       '214,74,49,4'
  142.       '181,57,33,4'
  143.       '189,57,33,4'
  144.       '231,107,82,4'
  145.       '255,99,66,4'
  146.       '181,115,99,4'
  147.       '49,16,8,4'
  148.       '198,140,123,4'
  149.       '181,123,107,4'
  150.       '214,132,107,4'
  151.       '222,99,66,4'
  152.       '255,115,74,4'
  153.       '255,57,0,4'
  154.       '181,156,148,4'
  155.       '198,99,66,4'
  156.       '247,115,74,4'
  157.       '247,181,156,4'
  158.       '255,115,66,4'
  159.       '247,189,165,4'
  160.       '255,173,140,4'
  161.       '239,156,123,4'
  162.       '189,57,0,4'
  163.       '107,90,82,4'
  164.       '99,82,74,4'
  165.       '189,156,140,4'
  166.       '66,49,41,4'
  167.       '189,173,165,4'
  168.       '198,165,148,4'
  169.       '140,107,90,4'
  170.       '82,66,57,4'
  171.       '206,123,74,4'
  172.       '148,123,107,4'
  173.       '214,132,82,4'
  174.       '222,198,181,4'
  175.       '165,140,123,4'
  176.       '247,198,165,4'
  177.       '231,156,99,4'
  178.       '222,148,90,4'
  179.       '247,206,173,4'
  180.       '239,222,206,4'
  181.       '140,123,107,4'
  182.       '255,123,0,4'
  183.       '206,165,123,4'
  184.       '198,156,107,4'
  185.       '231,181,123,4'
  186.       '214,173,123,4'
  187.       '214,165,107,4'
  188.       '214,189,156,4'
  189.       '140,123,99,4'
  190.       '231,189,132,4'
  191.       '214,173,115,4'
  192.       '206,165,107,4'
  193.       '198,156,99,4'
  194.       '222,173,99,4'
  195.       '214,165,90,4'
  196.       '231,189,123,4'
  197.       '222,181,115,4'
  198.       '239,189,107,4'
  199.       '231,181,99,4'
  200.       '222,189,132,4'
  201.       '239,198,123,4'
  202.       '222,181,107,4'
  203.       '239,189,99,4'
  204.       '206,189,156,4'
  205.       '239,214,165,4'
  206.       '231,198,132,4'
  207.       '222,189,123,4'
  208.       '255,214,132,4'
  209.       '247,206,123,4'
  210.       '198,165,99,4'
  211.       '239,198,115,4'
  212.       '148,140,123,4'
  213.       '140,132,115,4'
  214.       '115,107,90,4'
  215.       '239,206,132,4'
  216.       '231,189,90,4'
  217.       '239,206,123,4'
  218.       '165,156,132,4'
  219.       '255,189,0,4'
  220.       '222,214,189,4'
  221.       '181,173,148,4'
  222.       '173,165,140,4'
  223.       '222,206,156,4'
  224.       '156,156,140,4'
  225.       '222,222,198,4'
  226.       '206,206,181,4'
  227.       '255,255,222,4'
  228.       '239,239,206,4'
  229.       '214,214,181,4'
  230.       '132,132,99,4'
  231.       '33,33,0,4'
  232.       '148,156,74,4'
  233.       '156,165,66,4'
  234.       '115,123,66,4'
  235.       '123,140,57,4'
  236.       '107,123,66,4'
  237.       '99,115,57,4'
  238.       '107,123,74,4'
  239.       '107,132,57,4'
  240.       '90,107,57,4'
  241.       '214,239,173,4'
  242.       '189,214,148,4'
  243.       '82,99,57,4'
  244.       '231,255,198,4'
  245.       '90,115,66,4'
  246.       '156,206,115,4'
  247.       '123,173,82,4'
  248.       '206,255,173,4'
  249.       '189,247,156,4'
  250.       '123,198,82,4'
  251.       '107,181,66,4'
  252.       '189,255,156,4'
  253.       '173,255,148,4'
  254.       '156,247,132,4'
  255.       '132,222,107,4'
  256.       '49,107,33,4'
  257.       '57,148,33,4'
  258.       '90,206,74,4'
  259.       '74,198,66,4'
  260.       '66,173,57,4'
  261.       '49,148,41,4'
  262.       '41,115,41,4'
  263.       '33,99,33,4'
  264.       '41,132,41,4'
  265.       '24,74,33,4'
  266.       '156,165,165,4'
  267.       '33,41,41,4'
  268.       '99,165,165,4'
  269.       '115,140,156,4'
  270.       '148,165,198,4'
  271.       '198,214,255,4'
  272.       '165,181,222,4'
  273.       '156,165,198,4'
  274.       '132,140,173,4'
  275.       '156,165,206,4'
  276.       '165,173,214,4'
  277.       '239,239,247,4'
  278.       '222,222,231,4'
  279.       '181,181,198,4'
  280.       '156,156,181,4'
  281.       '90,90,107,4'
  282.       '206,206,247,4'
  283.       '99,99,123,4'
  284.       '123,123,156,4'
  285.       '140,140,189,4'
  286.       '107,107,148,4'
  287.       '57,57,82,4'
  288.       '8,8,24,4'
  289.       '0,0,123,4'
  290.       '115,107,148,4'
  291.       '57,49,74,4'
  292.       '24,16,33,4'
  293.       '90,74,107,4'
  294.       '49,41,57,4'
  295.       '41,33,49,4'
  296.       '74,57,90,4'
  297.       '66,49,82,4'
  298.       '16,8,24,4'
  299.       '33,24,41,4'
  300.       '107,82,123,4'
  301.       '99,74,115,4'
  302.       '57,41,66,4'
  303.       '82,66,90,4'
  304.       '74,57,82,4'
  305.       '33,16,41,4'
  306.       '107,82,115,4'
  307.       '99,74,107,4'
  308.       '82,57,90,4'
  309.       '156,148,156,4'
  310.       '148,140,148,4'
  311.       '107,99,107,4'
  312.       '57,49,57,4'
  313.       '41,24,41,4'
  314.       '123,107,115,4'
  315.       '49,33,41,4'
  316.       '165,148,156,4'
  317.       '99,57,66,4'
  318.       '107,57,66,4'
  319.       '82,24,33,4'
  320.       '74,8,16,4'
  321.       '140,66,74,4'
  322.       '99,16,24,4'
  323.       '1,0,0,4'
  324.       '255,251,240,0'
  325.       '160,160,164,0'
  326.       '128,128,128,0'
  327.       '255,0,0,0'
  328.       '0,255,0,0'
  329.       '255,255,0,0'
  330.       '0,0,255,0'
  331.       '255,0,255,0'
  332.       '0,255,255,0'
  333.       '255,255,255,0')
  334.     IdentityPalette = True
  335.     Left = 160
  336.     Top = 64
  337.   end
  338.   object timerMain: THiResTimer
  339.     Interval = 20
  340.     Resolution = 20
  341.     OnTimer = timerMainTimer
  342.     Left = 104
  343.     Top = 64
  344.   end
  345. end
  346.